+Mon Oct 5 15:26:30 1998 Raph Levien <raph@gimp.org>
+
+ * gdk/gdkrgb.c (gdk_rgb_convert_0888_br): Fixed a few long's that
+ should have been guint32. Thanks to Tristan Colgate for finding it.
+
Sun Oct 4 22:47:22 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
* gtk/gtkcalendar.h:
+Mon Oct 5 15:26:30 1998 Raph Levien <raph@gimp.org>
+
+ * gdk/gdkrgb.c (gdk_rgb_convert_0888_br): Fixed a few long's that
+ should have been guint32. Thanks to Tristan Colgate for finding it.
+
Sun Oct 4 22:47:22 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
* gtk/gtkcalendar.h:
+Mon Oct 5 15:26:30 1998 Raph Levien <raph@gimp.org>
+
+ * gdk/gdkrgb.c (gdk_rgb_convert_0888_br): Fixed a few long's that
+ should have been guint32. Thanks to Tristan Colgate for finding it.
+
Sun Oct 4 22:47:22 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
* gtk/gtkcalendar.h:
+Mon Oct 5 15:26:30 1998 Raph Levien <raph@gimp.org>
+
+ * gdk/gdkrgb.c (gdk_rgb_convert_0888_br): Fixed a few long's that
+ should have been guint32. Thanks to Tristan Colgate for finding it.
+
Sun Oct 4 22:47:22 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
* gtk/gtkcalendar.h:
+Mon Oct 5 15:26:30 1998 Raph Levien <raph@gimp.org>
+
+ * gdk/gdkrgb.c (gdk_rgb_convert_0888_br): Fixed a few long's that
+ should have been guint32. Thanks to Tristan Colgate for finding it.
+
Sun Oct 4 22:47:22 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
* gtk/gtkcalendar.h:
+Mon Oct 5 15:26:30 1998 Raph Levien <raph@gimp.org>
+
+ * gdk/gdkrgb.c (gdk_rgb_convert_0888_br): Fixed a few long's that
+ should have been guint32. Thanks to Tristan Colgate for finding it.
+
Sun Oct 4 22:47:22 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
* gtk/gtkcalendar.h:
+Mon Oct 5 15:26:30 1998 Raph Levien <raph@gimp.org>
+
+ * gdk/gdkrgb.c (gdk_rgb_convert_0888_br): Fixed a few long's that
+ should have been guint32. Thanks to Tristan Colgate for finding it.
+
Sun Oct 4 22:47:22 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
* gtk/gtkcalendar.h:
r = bp2[0];
g = bp2[1];
b = bp2[2];
- ((unsigned long *)obuf)[x] = (r << 16) | (g << 8) | b;
+ ((guint32 *)obuf)[x] = (r << 16) | (g << 8) | b;
bp2 += 3;
}
bptr += rowstride;
r = bp2[0];
g = bp2[1];
b = bp2[2];
- ((unsigned long *)obuf)[x] = (b << 24) | (g << 16) | (r << 8);
+ ((guint32 *)obuf)[x] = (b << 24) | (g << 16) | (r << 8);
bp2 += 3;
}
bptr += rowstride;
r = bp2[0];
g = bp2[1];
b = bp2[2];
- ((unsigned long *)obuf)[x] = (b << 16) | (g << 8) | r;
+ ((guint32 *)obuf)[x] = (b << 16) | (g << 8) | r;
bp2 += 3;
}
bptr += rowstride;
NUM_ITERS * (WIDTH * HEIGHT * 1e-6) / total_time);
}
+ g_print ("Please submit these results to http://www.levien.com/gdkrgb/survey.html\n");
+
#if 1
for (x = 0; x < WIDTH; x++)
{
NUM_ITERS * (WIDTH * HEIGHT * 1e-6) / total_time);
}
+ g_print ("Please submit these results to http://www.levien.com/gdkrgb/survey.html\n");
+
#if 1
for (x = 0; x < WIDTH; x++)
{